home *** CD-ROM | disk | FTP | other *** search
/ Invisible Universe / Invisible Universe (1995)(Voyager)[Mac-PC].iso / mac / MOVIES / MUSIC.DIR / 00006_Script_6 < prev    next >
Text File  |  1995-11-16  |  300b  |  13 lines

  1. on enterFrame
  2.   global gTheSongs
  3.   if voidP(gTheSongs) or not ListP(gTheSongs) then
  4.     put shuffler(["COMETS","STELLAR","FOREVER","SPAZIO","ORBITAL","IMPULSES","SPHERMEN", ¼
  5. "COSMIC","CRISIS","SPIRAL","MISTICO","VOICES"]) into gTheSongs
  6.   end if
  7. end
  8.  
  9.  
  10.  
  11. on exitFrame
  12.   go to the frame
  13. end